projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f2c76c
)
* xdisp.c (note_mode_line_or_margin_highlight): Fix last change.
author
Chong Yidong
<cyd@gnu.org>
Sun, 3 Jun 2012 09:59:00 +0000
(17:59 +0800)
committer
Chong Yidong
<cyd@gnu.org>
Sun, 3 Jun 2012 09:59:00 +0000
(17:59 +0800)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 6eb7f50c6fc827502a874cb1b96d36ae5fd1b38b..8a1d83dc8e6907933f57687c4e2af52286a5772d 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-27066,7
+27066,7
@@
note_mode_line_or_margin_highlight (Lisp_Object window, int x, int y,
if (STRINGP (string))
help = Fget_text_property (pos, Qhelp_echo, string);
- if (
STRING
P (help))
+ if (
!NIL
P (help))
{
help_echo_string = help;
XSETWINDOW (help_echo_window, w);